Here is my report about my first dataset. Let’s start at the beginning…
The dataset I used was this_one.csv. To clean it I did the following :
Here is my code:
library(tidyverse)
student_sleep_data <- sleep
student_sleep_data %>%
summarise(mean(extra))
## mean(extra)
## 1 1.54
And here is my plot, which I will hide the code for but print the graph:
Here is some code that I want to display, but not run:
print(student_sleep_data)
Now finally, here is a table I’ve drawn up.
| Table Header | Second Header |
|---|---|
| Table Cell | Cell 2 |
| Cell 3 | Cell 4 |
You can add any pictures to your notes either like this:
or like this…
You can add a gif like this
and you can add links to useful websites